home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if the mouseUp = 1 then
- if the visible of sprite 15 = 1 then
- if sprite 15 intersects 10 then
- set the visible of sprite 5 to 0
- set answered to answered + 1
- updateStage()
- set the visible of sprite 15 to 0
- updateStage()
- go("right")
- end if
- end if
- end if
- if the mouseUp = 1 then
- if the visible of sprite 18 = 1 then
- if sprite 18 intersects 11 then
- set the visible of sprite 8 to 0
- set answered to answered + 1
- updateStage()
- set the visible of sprite 18 to 0
- updateStage()
- go("right")
- end if
- end if
- end if
- if the mouseUp = 1 then
- if the visible of sprite 17 = 1 then
- if sprite 17 intersects 12 then
- set the visible of sprite 6 to 0
- set answered to answered + 1
- updateStage()
- set the visible of sprite 17 to 0
- updateStage()
- go("right")
- end if
- end if
- end if
- if the mouseUp = 1 then
- if the visible of sprite 16 = 1 then
- if sprite 16 intersects 13 then
- set the visible of sprite 7 to 0
- set answered to answered + 1
- updateStage()
- set the visible of sprite 16 to 0
- updateStage()
- go("right")
- end if
- end if
- end if
- if the mouseDown = 1 then
- go(the frame)
- end if
- end
-